home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 45 / PC Gamer IT CD 45 2-2.iso / utility / bkpsc31a / _SETUP.1 / BackupScheduler98.exe / 0 / RCDATA / TBH98REMINDEREDITFORM / TBH98REMINDEREDITFORM.txt < prev   
Text File  |  1999-08-02  |  1KB  |  72 lines

  1. object BH98ReminderEditForm: TBH98ReminderEditForm
  2.   Left = 404
  3.   Top = 251
  4.   BorderStyle = bsDialog
  5.   Caption = 'Edit Reminder'
  6.   ClientHeight = 212
  7.   ClientWidth = 439
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   Position = poDefault
  17.   OnShow = FormShow
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 4
  22.     Top = 8
  23.     Width = 102
  24.     Height = 16
  25.     Caption = 'Reminder Name:'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 14
  29.     Top = 36
  30.     Width = 91
  31.     Height = 16
  32.     Caption = 'Reminder Text:'
  33.   end
  34.   object edName: TEdit
  35.     Left = 110
  36.     Top = 4
  37.     Width = 324
  38.     Height = 24
  39.     Anchors = [akLeft, akTop, akRight]
  40.     TabOrder = 0
  41.   end
  42.   object edText: TMemo
  43.     Left = 110
  44.     Top = 34
  45.     Width = 325
  46.     Height = 138
  47.     Anchors = [akLeft, akTop, akRight, akBottom]
  48.     TabOrder = 1
  49.   end
  50.   object Button1: TButton
  51.     Left = 359
  52.     Top = 181
  53.     Width = 75
  54.     Height = 25
  55.     Anchors = [akRight, akBottom]
  56.     Caption = 'Cancel'
  57.     TabOrder = 3
  58.     OnClick = Button1Click
  59.   end
  60.   object Button2: TButton
  61.     Left = 277
  62.     Top = 181
  63.     Width = 75
  64.     Height = 25
  65.     Anchors = [akRight, akBottom]
  66.     Caption = 'OK'
  67.     Default = True
  68.     TabOrder = 2
  69.     OnClick = Button2Click
  70.   end
  71. end
  72.